home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Printer / aa_Intel_Only / lprManager.0.01 / lprManager / Makefile < prev    next >
Makefile  |  1995-09-17  |  1KB  |  52 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = lprManager
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = .dir.tiff
  16. DOCICONS = author.tiff
  17.  
  18. LOCAL_RESOURCES = InfoPanel.nib lprManager.nib Preferences.nib
  19.  
  20. CLASSES = AppController.m InfoView.m PrefController.m
  21.  
  22. HFILES = AppController.h InfoView.h PrefController.h
  23.  
  24. MFILES = lprManager_main.m
  25.  
  26. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  27.  
  28.  
  29. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  30. MAKEFILE = app.make
  31. INSTALLDIR = $(HOME)/Apps
  32. INSTALLFLAGS = -c -s -m 755
  33. SOURCEMODE = 444
  34.  
  35. ICONSECTIONS =    -sectcreate __ICON app .dir.tiff \
  36.         -sectcreate __ICON author author.tiff
  37.  
  38. LIBS = -lFoundation_s -lMedia_s -lMiscKit -lMiscShell -lNeXT_s
  39. DEBUG_LIBS = $(LIBS)
  40. PROF_LIBS = $(LIBS)
  41.  
  42.  
  43.  
  44.  
  45. -include Makefile.preamble
  46.  
  47. include $(MAKEFILEDIR)/$(MAKEFILE)
  48.  
  49. -include Makefile.postamble
  50.  
  51. -include Makefile.dependencies
  52.